home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d8
/
mh111190.arc
/
BATCHON.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-11-11
|
435b
|
15 lines
@echo off
rem %0 = trapdoor.bat, %1 = port#, %2 = baud, %3 = first name, %4 = last name,
rem %5 = security, %6 = ansi(Y/N), %7 = start directory, %8 = ONLINE or LOCAL
echo "BATCHON.BAT"
if not "%1" == "" echo %1
if not "%2" == "" echo %2
if not "%3" == "" echo %3
if not "%4" == "" echo %4
if not "%5" == "" echo %5
if not "%6" == "" echo %6
if not "%7" == "" echo %7
if not "%8" == "" echo %8
if not "%9" == "" echo %9